[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                                 DOS Unit
                         DateTime Type Definitions

     UnpackTime and PackTime procedures use the DateTime type definition
     to examine and construct the 4-byte, packed date and time values.  These
     values are used with GetFTime, SetFTime, FindFirst, and FindNext
     procedures.

          Type
             DateTime = Record
                           Year, Month, Day, Hour, Min, Sec : Integer;
                        End;

     Valid ranges for these are:

                 Year 1980..2099     Month 1..12     Day 1..31
                 Hour 0..23          Min 0..59       Sec 0..59

See Also: FindFirst FindNext GetFTime SetFTime
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson